STEP 8: The user gets three guesses, which means that we need an ask command inside the for loop.
- Go to and drag Ask for Integer inside the for loop. It should have a ···· in front of it.
- Change the string in .ask() to "What do you think my number is?"
To navigate the page using the TAB key, first press ESC to exit the code editor.